Submit

Bandago Van Rental

@Sharky Laguana

Bandago's public MCP server lets AI agents check vehicle availability, get live pricing quotes with taxes and fees, browse rental locations, and view vehicle types. Covers 12+ and 15-passenger van rentals in Los Angeles, Nashville, New York/New Jersey, San Francisco, Atlanta, Chicago, Dallas, Denver, and more. Uses the production rate engine with DIA pricing, multi-jurisdiction tax calculations, and real-time fleet scheduling. Tools: Tool: check_availability Description: Check which vehicles are available for specific dates and locations ──────────────────────────────────────── Tool: get_rate_quote Description: Get full pricing breakdown including day rate, insurance, taxes, and grand total ──────────────────────────────────────── Tool: list_locations Description: List all rental locations with addresses and contact info ──────────────────────────────────────── Tool: list_rate_codes Description: List vehicle types with specs (passenger capacity, fuel, towing) Website: https://www.bandago.com GitHub / Source: (leave blank — it's a proprietary business server, not open source) Auth Required: No (public endpoint, no API key needed)
Overview

Bandago Van Rentals MCP Server

Real-time access to Bandago's passenger van rental system. No API key required.

Tools

check_availability

Check which vehicles are available for rental on specific dates and locations. Uses the live scheduling engine to account for existing reservations and fleet positioning.

Parameters: start_date, end_date, start_city, end_city (optional), rate_code (optional)

get_rate_quote

Get a full pricing breakdown including day rate, insurance options, mileage allowance, applicable taxes, and grand total.

Parameters: start_date, end_date, start_city, end_city (optional), rate_code, discount_code (optional), email (optional)

list_locations

List all active Bandago rental locations with addresses, phone numbers, and 2-letter location codes.

list_rate_codes

List available vehicle types (Ford Transit, Mercedes Sprinter, etc.) with passenger capacity, fuel type, and towing capability.

Locations

Los Angeles, Nashville, New York/New Jersey, San Francisco, Atlanta, Chicago, Dallas, Denver, and more.

About Bandago

Bandago rents 12- and 15-passenger vans to bands, sports teams, church groups, families, limo and shuttle companies, and anyone who needs to move a group of people. Operating since 2003 across major US cities.

Server Config

{
  "mcpServers": {
    "bandago": {
      "type": "streamable-http",
      "url": "https://www.bandago.com/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.